home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_guile.idb / usr / freeware / bin / guile-snarf.z / guile-snarf
Encoding:
Text File  |  1999-04-16  |  169 b   |  5 lines

  1. #!/bin/sh
  2. # Extract the initialization actions for builtin things.
  3.  
  4. cc -I/usr/freeware/include -E -DSCM_MAGIC_SNARFER "$@" | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"
  5.